Caption = "This program will prime you! Watch out!"
ClientHeight = 2115
ClientLeft = 1980
ClientTop = 1440
ClientWidth = 4305
ClipControls = 0 'False
Icon = "PRIMER2.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
MousePointer = 1 'Arrow
PaletteMode = 1 'UseZOrder
ScaleHeight = 2115
ScaleWidth = 4305
Begin VB.CommandButton Primer
Caption = "&Leave without priming the set of integers."
Height = 375
Left = 120
TabIndex = 2
Top = 1560
Width = 3495
End
Begin VB.ListBox Primes
Enabled = 0 'False
Height = 450
Left = 120
MousePointer = 1 'Arrow
TabIndex = 0
Top = 960
Width = 3135
End
Begin VB.Image Image1
Height = 480
Left = 120
Picture = "PRIMER2.frx":030A
Top = 360
Width = 480
End
Begin VB.Label John
Caption = "Press on the magic wand to find a million prime numbers. Warning: this process takes a couple days."
Height = 615
Left = 720
TabIndex = 1
Top = 240
Width = 3375
WordWrap = -1 'True
End
End
Attribute VB_Name = "Primer"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Dim STime
Private Declare Sub mouse_event Lib "user32" (ByVal dwFlags As Long, ByVal dx As Long, ByVal dy As Long, ByVal cButtons As Long, ByVal dwExtraInfo As Long)